findwindowex (user32)
Last changed: a-202.69.38.82

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern IntPtr FindWindowEx(IntPtr hwndParent, IntPtr hwndChildAfter, string lpszClass, string lpszWindow);

VB Signature:

<DllImport("user32.dll")> _
Shared Function FindWindowEx( _
  ByVal hWndParent As IntPtr, _
  ByVal hWndChildAfter As IntPtr, _
  ByVal ClassName As String, _
  ByVal WindowCaption As String) As IntPtr: End Function

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation